home *** CD-ROM | disk | FTP | other *** search
- *** orig/texinfo-.1/info/search.h Sun Aug 29 19:54:10 1993
- --- src/texinfo-.1/info/search.h Sun Aug 29 19:56:28 1993
- ***************
- *** 52,57 ****
- --- 52,58 ----
- after the string. */
- extern int string_in_line ();
-
- + #ifndef __MSDOS__
- /* Unix doesn't have stricmp () functions. */
- /* strcmp (), but caseless. */
- extern int stricmp ();
- ***************
- *** 59,64 ****
- --- 60,66 ----
- /* Compare at most COUNT characters from STRING1 to STRING2. Case
- doesn't matter. */
- extern int strnicmp ();
- + #endif
-
- /* Function names that start with "skip" are passed a string, and return
- an offset from the start of that string. Function names that start
-